home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / twnsck12.zip / SRC\WSERROR.H < prev    next >
Text File  |  1994-11-20  |  3KB  |  54 lines

  1. #define WSABASEERR              10000
  2. #define WSAEINTR                (WSABASEERR+4)
  3. #define WSAEBADF                (WSABASEERR+9)
  4. #define WSAEACCES               (WSABASEERR+13)
  5. #define WSAEFAULT               (WSABASEERR+14)
  6. #define WSAEINVAL               (WSABASEERR+22)
  7. #define WSAEMFILE               (WSABASEERR+24)
  8. #define WSAEWOULDBLOCK          (WSABASEERR+35)
  9. #define WSAEINPROGRESS          (WSABASEERR+36)
  10. #define WSAEALREADY             (WSABASEERR+37)
  11. #define WSAENOTSOCK             (WSABASEERR+38)
  12. #define WSAEDESTADDRREQ         (WSABASEERR+39)
  13. #define WSAEMSGSIZE             (WSABASEERR+40)
  14. #define WSAEPROTOTYPE           (WSABASEERR+41)
  15. #define WSAENOPROTOOPT          (WSABASEERR+42)
  16. #define WSAEPROTONOSUPPORT      (WSABASEERR+43)
  17. #define WSAESOCKTNOSUPPORT      (WSABASEERR+44)
  18. #define WSAEOPNOTSUPP           (WSABASEERR+45)
  19. #define WSAEPFNOSUPPORT         (WSABASEERR+46)
  20. #define WSAEAFNOSUPPORT         (WSABASEERR+47)
  21. #define WSAEADDRINUSE           (WSABASEERR+48)
  22. #define WSAEADDRNOTAVAIL        (WSABASEERR+49)
  23. #define WSAENETDOWN             (WSABASEERR+50)
  24. #define WSAENETUNREACH          (WSABASEERR+51)
  25. #define WSAENETRESET            (WSABASEERR+52)
  26. #define WSAECONNABORTED         (WSABASEERR+53)
  27. #define WSAECONNRESET           (WSABASEERR+54)
  28. #define WSAENOBUFS              (WSABASEERR+55)
  29. #define WSAEISCONN              (WSABASEERR+56)
  30. #define WSAENOTCONN             (WSABASEERR+57)
  31. #define WSAESHUTDOWN            (WSABASEERR+58)
  32. #define WSAETOOMANYREFS         (WSABASEERR+59)
  33. #define WSAETIMEDOUT            (WSABASEERR+60)
  34. #define WSAECONNREFUSED         (WSABASEERR+61)
  35. #define WSAELOOP                (WSABASEERR+62)
  36. #define WSAENAMETOOLONG         (WSABASEERR+63)
  37. #define WSAEHOSTDOWN            (WSABASEERR+64)
  38. #define WSAEHOSTUNREACH         (WSABASEERR+65)
  39. #define WSAENOTEMPTY            (WSABASEERR+66)
  40. #define WSAEPROCLIM             (WSABASEERR+67)
  41. #define WSAEUSERS               (WSABASEERR+68)
  42. #define WSAEDQUOT               (WSABASEERR+69)
  43. #define WSAESTALE               (WSABASEERR+70)
  44. #define WSAEREMOTE              (WSABASEERR+71)
  45. #define WSAEDISCON              (WSABASEERR+101)
  46. #define WSASYSNOTREADY          (WSABASEERR+91)
  47. #define WSAVERNOTSUPPORTED      (WSABASEERR+92)
  48. #define WSANOTINITIALISED       (WSABASEERR+93)
  49. #define WSAHOST_NOT_FOUND       (WSABASEERR+1001)
  50. #define WSATRY_AGAIN            (WSABASEERR+1002)
  51. #define WSANO_RECOVERY          (WSABASEERR+1003)
  52. #define WSANO_DATA              (WSABASEERR+1004)
  53. #define WSANO_ADDRESS           WSANO_DATA
  54.